projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7fb0a4
)
Change default project list filename to "projects"
author
Simen Heggestøyl
<simenheg@gmail.com>
Thu, 4 Jun 2020 17:58:36 +0000
(19:58 +0200)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Thu, 4 Jun 2020 18:16:54 +0000
(20:16 +0200)
* lisp/progmodes/project.el (project-list-file): Change the default
filename to "projects".
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index ad0bb6763acaad7009917df21c4ac118ef5cf848..4d57fb25fda8637a25b7ec88347b78289abac7cd 100644
(file)
--- a/
lisp/progmodes/project.el
+++ b/
lisp/progmodes/project.el
@@
-747,7
+747,7
@@
Arguments the same as in `compile'."
\f
;;; Project list
-(defcustom project-list-file (locate-user-emacs-file "project
-list
")
+(defcustom project-list-file (locate-user-emacs-file "project
s
")
"File to save the list of known projects."
:type 'file
:version "28.1"